Getting Started with CouchDB by MC Brown

Getting Started with CouchDB by MC Brown

Author:MC Brown [MC Brown]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Data Modeling & Design
ISBN: 9781449329570
Publisher: O'Reilly Media
Published: 2012-02-02T16:00:00+00:00


String

This should be enclosed by double quotes and supports Unicode characters and backslash escaping. For example:

"A String"

Boolean

A true or false value. You can use these strings directly. For example:

{ "value": true}

Array

A list of values enclosed in square brackets. For example:

["one", "two", "three"]

Object

A set of key/value pairs (i.e., an associative array or hash). The key must be a string, but the value can be any of the supported JSON values. For example:

{ "servings" : 4, "subtitle" : "Easy to make in advance, and then cook when ready", "cooktime" : 60, "title" : "Chicken Coriander" }



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.